--------------------------------------------
COMPILATION DEPENDENCIES
--------------------------------------------
sudo apt-get install autoconf
sudo apt-get install g++
sudo apt-get install libassuan-dev
sudo apt-get install libtool
sudo apt-get install dpkg-dev
sudo apt-get install dh-make
sudo apt-get install libpcsclite-dev
sudo apt-get install libgpg-error-dev
--------------------------------------------
PACKAGE DEPENDENCIES
--------------------------------------------
sudo apt-get install pcscd
sudo apt-get install libassuan0
sudo apt-get install pinentry-qt4
sudo apt-get install pinentry-gtk2
--------------------------------------------
BUILD PACKAGE IN DEBUG MODE
--------------------------------------------
Before executing build.sh or build_all.sh, must export the symbols:

export DEB_BUILD_OPTIONS="debug nostrip noopt"


